home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.19950929-19951130
/
000321_news@columbia.edu_Sun Nov 5 21:49:12 1995.msg
< prev
next >
Wrap
Internet Message Format
|
2020-01-01
|
2KB
Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA11212
(5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 5 Nov 1995 16:49:16 -0500
Received: by apakabar.cc.columbia.edu id AA13704
(5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 5 Nov 1995 16:49:14 -0500
Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: C-Kermit - How to append to session.log?
Date: 5 Nov 1995 21:49:12 GMT
Organization: Columbia University
Lines: 24
Message-Id: <47jbgo$dc5@apakabar.cc.columbia.edu>
References: <4799gm$mmv@horus.infinet.com> <47c2ns$e7r@news.csie.nctu.edu.tw> <47j74a$qp3@mercury.interpath.com>
Nntp-Posting-Host: watsun.cc.columbia.edu
Apparently-To: kermit.misc@watsun.cc.columbia.edu
In article <47j74a$qp3@mercury.interpath.com>,
Pat Fogarty <puff@mercury.interpath.com> wrote:
:In article <47c2ns$e7r@news.csie.nctu.edu.tw>,
:Wei-Jou Chen <jou@nematic.ieo.nctu.edu.tw> wrote:
: > Mark Foley (mfoley@infinet.com) wrote:
: > ... "log session blah append" ...
:
: I was setting up ckermit for OverlySlow/2 the other day and tried
: this. CKermit kept munging the filename when I put a full path to
: the file in the statement.
:
: C:\dn\ckerlog.txt became c\dckerlog.txt or something like that.
:
That shouldn't happen in the current OS/2 version, 5A(191), which was
battered into allowing backslashes in filenames even though backslash
is also a special character in all C-Kermit commands:
http://www.columbia.edu/kermit/os2.html
In OS/2 and other C-Kermit versions that run on operating systems that
use backslash as the directory separator, you can also use / instead of \
in any local filename.
- Frank